home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Poco 1.2 / pocosetup.exe / file0001.bin / 0 / RCDATA / TFRMADDRESSBOOK / TFRMADDRESSBOOK.txt < prev   
Encoding:
Text File  |  2000-03-01  |  9.5 KB  |  368 lines

  1. object FrmAddressBook: TFrmAddressBook
  2.   Left = 371
  3.   Top = 202
  4.   Width = 527
  5.   Height = 389
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Address Book'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnResize = FormResize
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 519
  26.     Height = 317
  27.     Align = alClient
  28.     BevelInner = bvLowered
  29.     BevelOuter = bvNone
  30.     BorderWidth = 4
  31.     TabOrder = 0
  32.     object Splitter1: TSplitter
  33.       Left = 5
  34.       Top = 181
  35.       Width = 509
  36.       Height = 4
  37.       Cursor = crVSplit
  38.       Align = alBottom
  39.       ResizeStyle = rsUpdate
  40.     end
  41.     object Shape1: TShape
  42.       Left = 5
  43.       Top = 5
  44.       Width = 509
  45.       Height = 19
  46.       Align = alTop
  47.       Brush.Color = clMaroon
  48.     end
  49.     object Image1: TImage
  50.       Left = 9
  51.       Top = 7
  52.       Width = 16
  53.       Height = 16
  54.       AutoSize = True
  55.       Picture.Data = {<image000.bmp>}
  56.       Transparent = True
  57.     end
  58.     object Label4: TLabel
  59.       Left = 30
  60.       Top = 6
  61.       Width = 209
  62.       Height = 16
  63.       Caption = 'Add your frequent contacts below'
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clWhite
  66.       Font.Height = 16
  67.       Font.Name = 'Arial'
  68.       Font.Style = [fsBold, fsItalic]
  69.       ParentFont = False
  70.       Transparent = True
  71.     end
  72.     object Panel2: TPanel
  73.       Left = 5
  74.       Top = 24
  75.       Width = 509
  76.       Height = 157
  77.       Align = alClient
  78.       BevelInner = bvLowered
  79.       TabOrder = 0
  80.       object AddressList: TListView
  81.         Left = 2
  82.         Top = 2
  83.         Width = 505
  84.         Height = 153
  85.         Align = alClient
  86.         BorderStyle = bsNone
  87.         Columns = <
  88.           item
  89.             Caption = 'Nickname'
  90.             MaxWidth = 600
  91.             Width = 100
  92.           end
  93.           item
  94.             Caption = 'Full name'
  95.             MaxWidth = 600
  96.             Width = 150
  97.           end
  98.           item
  99.             Caption = 'E-mail'
  100.             MaxWidth = 600
  101.             Width = 150
  102.           end
  103.           item
  104.             Caption = 'Notes'
  105.             Width = 100
  106.           end>
  107.         HideSelection = False
  108.         HotTrackStyles = []
  109.         ReadOnly = True
  110.         RowSelect = True
  111.         SmallImages = ImagesAddress
  112.         SortType = stText
  113.         TabOrder = 0
  114.         ViewStyle = vsReport
  115.         OnChange = AddressListChange
  116.         OnColumnClick = AddressListColumnClick
  117.         OnCompare = AddressListCompare
  118.         OnKeyUp = AddressListKeyUp
  119.       end
  120.     end
  121.     object Panel4: TPanel
  122.       Left = 5
  123.       Top = 185
  124.       Width = 509
  125.       Height = 127
  126.       Align = alBottom
  127.       BevelOuter = bvNone
  128.       TabOrder = 1
  129.       object Panel8: TPanel
  130.         Left = 191
  131.         Top = 0
  132.         Width = 318
  133.         Height = 127
  134.         Align = alClient
  135.         BevelOuter = bvNone
  136.         TabOrder = 1
  137.         object Panel10: TPanel
  138.           Left = 0
  139.           Top = 0
  140.           Width = 318
  141.           Height = 127
  142.           Align = alClient
  143.           BevelInner = bvLowered
  144.           TabOrder = 0
  145.           object PageControl1: TPageControl
  146.             Left = 2
  147.             Top = 2
  148.             Width = 314
  149.             Height = 123
  150.             ActivePage = Tab1
  151.             Align = alClient
  152.             TabOrder = 0
  153.             object Tab1: TTabSheet
  154.               Caption = 'E-mail address(es):'
  155.               object EmailList: TMemo
  156.                 Left = 0
  157.                 Top = 0
  158.                 Width = 306
  159.                 Height = 92
  160.                 Align = alClient
  161.                 BorderStyle = bsNone
  162.                 MaxLength = 65000
  163.                 ScrollBars = ssVertical
  164.                 TabOrder = 0
  165.                 OnChange = EmailListChange
  166.                 OnEnter = EmailListEnter
  167.                 OnExit = EmailListExit
  168.               end
  169.             end
  170.             object Tab2: TTabSheet
  171.               Caption = 'Notes:'
  172.               ImageIndex = 1
  173.               object MemoNotes: TMemo
  174.                 Left = 0
  175.                 Top = 0
  176.                 Width = 306
  177.                 Height = 92
  178.                 Align = alClient
  179.                 BorderStyle = bsNone
  180.                 MaxLength = 65000
  181.                 ScrollBars = ssVertical
  182.                 TabOrder = 0
  183.                 OnChange = MemoNotesChange
  184.                 OnEnter = EmailListEnter
  185.                 OnExit = MemoNotesExit
  186.               end
  187.             end
  188.           end
  189.         end
  190.       end
  191.       object Panel11: TPanel
  192.         Left = 0
  193.         Top = 0
  194.         Width = 191
  195.         Height = 127
  196.         Align = alLeft
  197.         BevelOuter = bvNone
  198.         TabOrder = 0
  199.         object Bevel1: TBevel
  200.           Left = 10
  201.           Top = 0
  202.           Width = 170
  203.           Height = 28
  204.         end
  205.         object Label1: TLabel
  206.           Left = 12
  207.           Top = 37
  208.           Width = 64
  209.           Height = 16
  210.           Caption = '&Nickname:'
  211.         end
  212.         object Label2: TLabel
  213.           Left = 12
  214.           Top = 81
  215.           Width = 61
  216.           Height = 16
  217.           Caption = '&Full name:'
  218.         end
  219.         object BtnNew: TSpeedButton
  220.           Left = 11
  221.           Top = 1
  222.           Width = 84
  223.           Height = 26
  224.           Cursor = crHandPoint
  225.           Hint = 'Create new address book entry'
  226.           Caption = 'N&ew'
  227.           Flat = True
  228.           Glyph.Data = {
  229.             F6000000424DF600000000000000760000002800000010000000100000000100
  230.             0400000000008000000000000000000000001000000010000000000000000000
  231.             80000080000000808000800000008000800080800000C0C0C000808080000000
  232.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777778777
  233.             7777777777708777777777777770887777777777880F087887777770080F0800
  234.             87777770F00F00F0777777780FFFFF08887778000FFFFF00088800FFFFFFFFFF
  235.             F00777000FFFFF00077777770FFFFF0887777770F00F00F087777770070F0800
  236.             77777777770F0777777777777770877777777777777077777777}
  237.           OnClick = BtnNewClick
  238.         end
  239.         object BtnDelete: TSpeedButton
  240.           Left = 95
  241.           Top = 1
  242.           Width = 84
  243.           Height = 26
  244.           Cursor = crHandPoint
  245.           Hint = 'Delete the selected entry'
  246.           Caption = '&Delete'
  247.           Flat = True
  248.           Glyph.Data = {
  249.             F6000000424DF600000000000000760000002800000010000000100000000100
  250.             0400000000008000000000000000000000001000000010000000000000000000
  251.             80000080000000808000800000008000800080800000C0C0C000808080000000
  252.             FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777887777777
  253.             7777770088777777887770990887778008877099908878099087770999088099
  254.             9077777099900999077777770999999077777777809999087777777800999908
  255.             8777778099999990887777099990099908877099990770999087709990777709
  256.             9088770007777770990777777777777700777777777777777777}
  257.           OnClick = BtnDeleteClick
  258.         end
  259.         object EditFirst: TEditN
  260.           Left = 9
  261.           Top = 54
  262.           Width = 170
  263.           Height = 24
  264.           Hint = 'e.g. Jane'
  265.           Ctl3D = True
  266.           ParentCtl3D = False
  267.           TabOrder = 0
  268.           OnChange = EditFirstChange
  269.           ColorOnFocus = clYellow
  270.           ColorOnNotFocus = clWindow
  271.           FontColorOnFocus = clBlack
  272.           FontColorOnNotFocus = clWindowText
  273.           EditType = etString
  274.           EditKeyByTab = #9
  275.           EditAlign = etAlignNone
  276.           EditLengthAlign = 0
  277.           EditPrecision = 0
  278.           ValueInteger = 0
  279.           ValueDate = 36159.000000000000000000
  280.           ValueTime = 0.686039629629629600
  281.           TimeSeconds = False
  282.           FirstCharUpper = False
  283.           FirstCharUpList = ' ('
  284.           WidthOnFocus = 0
  285.         end
  286.         object EditLast: TEditN
  287.           Left = 9
  288.           Top = 98
  289.           Width = 170
  290.           Height = 24
  291.           Hint = 'e.g. Smith'
  292.           Ctl3D = True
  293.           ParentCtl3D = False
  294.           TabOrder = 1
  295.           OnChange = EditLastChange
  296.           ColorOnFocus = clYellow
  297.           ColorOnNotFocus = clWindow
  298.           FontColorOnFocus = clBlack
  299.           FontColorOnNotFocus = clWindowText
  300.           EditType = etString
  301.           EditKeyByTab = #9
  302.           EditAlign = etAlignNone
  303.           EditLengthAlign = 0
  304.           EditPrecision = 0
  305.           ValueInteger = 0
  306.           ValueDate = 36159.000000000000000000
  307.           ValueTime = 0.686039629629629600
  308.           TimeSeconds = False
  309.           FirstCharUpper = False
  310.           FirstCharUpList = ' ('
  311.           WidthOnFocus = 0
  312.         end
  313.       end
  314.     end
  315.   end
  316.   object Panel3: TPanel
  317.     Left = 0
  318.     Top = 317
  319.     Width = 519
  320.     Height = 45
  321.     Align = alBottom
  322.     BevelOuter = bvNone
  323.     TabOrder = 1
  324.     object Panel7: TPanel
  325.       Left = 282
  326.       Top = 0
  327.       Width = 237
  328.       Height = 45
  329.       Align = alRight
  330.       BevelOuter = bvNone
  331.       TabOrder = 0
  332.       object BtnCancel: TButton
  333.         Left = 1
  334.         Top = 7
  335.         Width = 101
  336.         Height = 31
  337.         Cancel = True
  338.         Caption = '&Cancel'
  339.         ModalResult = 2
  340.         TabOrder = 1
  341.         OnClick = BtnCancelClick
  342.       end
  343.       object BtnOK: TButton
  344.         Left = 117
  345.         Top = 3
  346.         Width = 111
  347.         Height = 37
  348.         Caption = '&OK'
  349.         Default = True
  350.         ModalResult = 1
  351.         TabOrder = 0
  352.         OnClick = BtnOKClick
  353.       end
  354.     end
  355.   end
  356.   object HintTimer: TTimer
  357.     Enabled = False
  358.     Interval = 3000
  359.     OnTimer = HintTimerTimer
  360.     Left = 5
  361.     Top = 351
  362.   end
  363.   object ImagesAddress: TImageList
  364.     Left = 297
  365.     Top = 136
  366.   end
  367. end
  368.